c# how to return 2 strings

41

c# how to return 2 strings -

Tuple<string, string> t = new Tuple<string, string>(player1C1,player1C2);

return t;

Comments

Submit
0 Comments